'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of Long) _ )
'Usage
Dim collection As IEnumerable(Of Long) Dim instance As New Int64Collection(collection)
public Int64Collection( IEnumerable<long> collection )
public: Int64Collection( IEnumerable<int64>^ collection )
Parameters
- collection
- A colleciton of System.Int64 to pre-populate the collection with